func vendor/golang.org/x/text/unicode/norm.inputString
8 uses
vendor/golang.org/x/text/unicode/norm (current package)
input.go#L18: func inputString(str string) input {
normalize.go#L60: src := inputString(s)
normalize.go#L113: src := inputString(s)
normalize.go#L262: return f.doAppend(out, inputString(src), len(src))
normalize.go#L289: n, ok := formTable[f].quickSpan(inputString(s), 0, len(s), atEOF)
normalize.go#L360: n, _ := formTable[f].quickSpan(inputString(s), 0, len(s), true)
normalize.go#L401: return f.firstBoundary(inputString(s), len(s))
normalize.go#L415: return f.nextBoundary(inputString(s), len(s), atEOF)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |